home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000273_news@columbia.edu_Thu Nov 24 22:34:05 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07127
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 25 Nov 1994 05:24:07 -0500
  3. Received: by apakabar.cc.columbia.edu id AA13516
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 25 Nov 1994 05:24:06 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. From: david@djwhome.demon.co.uk (David Woolley)
  7. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!news.sprintlink.net!demon!djwhome.demon.co.uk!david
  8. Subject: Re: Telnet Data Mark displays as "r" on MSK 3.13.
  9. References: <785307785snx@djwhome.demon.co.uk> <1994Nov21.074313.33432@cc.usu.edu>
  10. Summary: Problem seems to be DM sequence split across segments.
  11. Cc: jrd@cc.usu.edu
  12. X-Mailer: cppnews $Revision: 1.42 $
  13. Organization: Demon Subscriber at Home
  14. Lines: 76
  15. Date: Thu, 24 Nov 1994 22:34:05 +0000
  16. Message-Id: <785741645snx@djwhome.demon.co.uk>
  17. Sender: usenet@demon.co.uk
  18.  
  19. In article <1994Nov21.074313.33432@cc.usu.edu>
  20.    jrd@cc.usu.edu (Joe Doupnik) writes:
  21.  
  22. >    Data Marks are rather rare events, but you ought not have seen
  23. >an "r" as a consequence. DMARK is 242 decimal, which after chopping the
  24. >high bit yields 114 decimal "r". But the DMARK should have been sent as
  25. >IAC DMARK (255 242), and the Kermit Telnet code would (quotes) have absorbed
  26. >both bytes.
  27. .....
  28. >    If you still have the trace I'd appreciate receiving a copy.
  29.  
  30. The original log I had was just the ALT Z screen from NCSA
  31. telnet.  However, I have now done a trace with KA9Q (I couldn't
  32. get the packet driver trace to log anything, although it has
  33. worked before - possibly something to do with using ODIPKT now?).
  34. There is no kermit involvement in the tracing process.
  35.  
  36. It appears that the data mark is being split between two
  37. segments, which appears to me to be a legitimate, although
  38. perverse, interpretation of RFC 854.
  39.  
  40. In the following, one delete, the default interrupt character, is
  41. entered at the login prompt.  I have the kermit option
  42. negotiation trace, and the full KA9Q trace, but it seems to me
  43. that the options are irrelevant.  I've pruned the data from ACKs.
  44. Using the login sequence as an example was to reduce the length
  45. of the trace.  The symptom is easily repeatable.  (It's even
  46. repeatable on new versions of KEATERM, but not older ones!!!)
  47.  
  48. [ A fuller trace has been sent to JRD ]
  49.  
  50.  
  51.  
  52. Thu Nov 24 12:51:30 1994 - et0 recv:
  53. Ether: len 63 00:80:0f:66:bd:8c->00:00:c0:2d:5f:81 type IP
  54. IP: len 47 193.130.6.37->193.130.6.73 ihl 20 ttl 59 tos 16 prot TCP
  55. TCP: 23->1024 Seq xa4559a5f Ack x2163e01f ACK PSH Wnd 4096 Data 7
  56. 0030  10 00 69 f0 00 00 6c 6f 67 69 6e 3a 20 00 4e     ..ip..login: .N
  57.  
  58. >>>>> ACK
  59.  
  60. Backspace and echo sent by mistake.
  61. Thu Nov 24 12:51:38 1994 - et0 rec
  62. >>>>> ACK
  63.  
  64. Thu Nov 24 12:51:39 1994 - et0 sent:
  65. Ether: len 55 00:00:c0:2d:5f:81->00:80:0f:66:bd:8c type IP
  66. IP: len 41 193.130.6.73->193.130.6.37 ihl 20 ttl 63 prot TCP
  67. TCP: 1024->23 Seq x2163e020 Ack xa4559a67 ACK PSH Wnd 11680 Data 1
  68. 0030  2d a0 2f 60 00 00 7f                             - /`...
  69. ========================^^=============================================DEL
  70.  
  71. Thu Nov 24 12:51:39 1994 - et0 recv:
  72. Ether: len 61 00:80:0f:66:bd:8c->00:00:c0:2d:5f:81 type IP
  73. IP: len 41 193.130.6.37->193.130.6.73 ihl 20 ttl 59 tos 16 prot TCP
  74. TCP: 23->1024 Seq xa4559a67 Ack x2163e021 URG ACK PSH Wnd 4096 UP x1 Data 1
  75. ==========================================^^^
  76. 0030  10 00 cc dd 00 01 ff 00 20 20 20 20 20           ..L]....     
  77. ========================^^=============================================IAC
  78.  
  79. <<<<< ACK
  80.  
  81. >>>>> ACK
  82.  
  83. Thu Nov 24 12:51:39 1994 - et0 recv:
  84. Ether: len 61 00:80:0f:66:bd:8c->00:00:c0:2d:5f:81 type IP
  85. IP: len 41 193.130.6.37->193.130.6.73 ihl 20 ttl 59 tos 16 prot TCP
  86. TCP: 23->1024 Seq xa4559a68 Ack x2163e021 ACK PSH Wnd 4096 Data 1
  87. 0030  10 00 d9 fd 00 00 f2 00 20 20 20 20 20           ..Y}..r.     
  88. ========================^^===============================================DM
  89.  
  90. >>>>> ACK
  91.  
  92. -- 
  93. David Woolley, London, England                     david@djwhome.demon.co.uk
  94. Demon supplies me with IP/SMTP/NNTP.  *.demon hosts are independently managed.